看词语>英语词典>write in code翻译和用法

write in code

[网络] 写代码

网络

双语例句

  • The fourth recommendation was to write as much of the page setup code in your jQuery code as possible.
    第四个概念是,尽可能多地用jQuery代码编写页面设置代码。
  • So really, the rule of thumb if you think back to Scratch is that any time you write a statement something that does something in one line of code you generally need the semicolon there.
    实际上,根据经验,你们回忆一下在Scratch中,任何时候你们写一条语句-,处理一些操作的一行代码-,你们通常需要在那里加个分号。
  • As with natural language, it is possible to write "sentences" in computer code that, although different in composition, convey the same meaning.
    因为用自然语言,它可以编写计算机代码里的“句子”,虽然组分不同,但转达了相同的含义。
  • To write ( a message, for example) in code or cipher.
    译成密码用电码或密码书写(如,信息)
  • Write your application in as little code as possible and get the container to do the work.
    以尽可能少的代码编写您的应用程序,并且使容器来完成此项工作。
  • It would, however, be very tedious and difficult to write all information in binary code.
    把所有的信息都翻译成二进制码是十分枯燥和困难的。
  • This is the tool that lets you write step definitions in C# and forget all about ruby code.
    这是一款用C编写的步骤定义工具,可以免除Ruby代码的麻烦。
  • If you can't remember your number, write it in code in a diary.
    如果记不住自己的号码,可以用代码记在日记簿里。
  • You want to write the specs so that everybody does in fact know what this piece of code is doing, and you're writing it each time around.
    但是你得养成良好的习惯和编程风格,你得撰写规范说明从而保证,每个人都知道这段代码是干什么的。
  • We write our code in such a way that some other piece of code is responsible for selecting which implementation of the Math interface our code will use
    我们以特定的方式编写另一段代码,使其负责选择代码将要使用的Math接口实现